Scenario #5101: Query Subscription Relations of Given Person

Properties

Required

Given

name value
personUuid 00ddd2fc-8742-46e5-924c-77749d4c8ccc
relationType SUBSCRIBER

Query Relations

HTTP GET "/api/hs/office/relations?personUuid=00ddd2fc-8742-46e5-924c-77749d4c8ccc&relationType=SUBSCRIBER" // Person: Test AG \
  -H "Authorization: Bearer $HSADMINNG_JWT_BEARER" \
  `# {` \
  `#   "sub" : "uuid<hsh-alex_superuser>"` \
  `# }`
=> status: 200 OK 
[ {
  "uuid" : "56a5e6b7-7446-4ec5-a57f-1f879081fe7b", // Subscription: Michael Miller to operations-discussion
  "anchor" : {
    "uuid" : "00ddd2fc-8742-46e5-924c-77749d4c8ccc", // Person: Test AG
    "personType" : "LEGAL_PERSON",
    "tradeName" : "Test AG",
    "salutation" : null,
    "title" : null,
    "givenName" : null,
    "familyName" : null
  },
  "holder" : {
    "uuid" : "61c75b74-1a26-4e74-adc0-6506b455c4cd", // Person: Michael Miller
    "personType" : "NATURAL_PERSON",
    "tradeName" : null,
    "salutation" : null,
    "title" : null,
    "givenName" : "Michael",
    "familyName" : "Miller"
  },
  "type" : "SUBSCRIBER",
  "mark" : "operations-discussion",
  "contact" : {
    "uuid" : "508fc52c-61d6-42ce-bfb3-26899ffa5183", // Contact: michael.miller@example.org
    "caption" : "Michael Miller",
    "postalAddress" : { },
    "emailAddresses" : {
      "main" : "michael.miller@example.org"
    },
    "phoneNumbers" : { }
  }
} ]

generated on 2026-08-10 01:37:55 for branch